1 <?php
2     include_once
'header.php';
3 ?>
4
5 <!DOCTYPE html>
6 <head>
7         <title>Signup</title>
8                 <link rel=
"stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
9
10                 <!-- Optional theme -->
11                 <link rel=
"stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
12
13                 <!-- Latest compiled and minified JavaScript -->
14                 <script src=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
15                  <meta charset=
"utf-8">
16                   <meta name=
"viewport" content="width=device-width, initial-scale=1">
17                   <link rel=
"stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
18                   <script src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
19                   <script src=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
20     </head>
21
22 <style>
23
24     h2,a{
25         color:white;
26     }
27
28     h1
29     {
30         font-family: monospace;
31         font-weight:normal;
32         font-size:
400%;
33
34     }
35
36     p{
37         color:#white;
38     }
39     ol
40     {
41         
42         font-size:
250%;
43         padding-left:
0.5cm;
44         list-style:
decimal;
45         padding-left:
15.75cm;
46         color:white;
47     }
48
49     li
50     {
51         display: list-item;
52         list-style-position: inside;
53         color:white;
54
55     }
56     body{
57                 background-image: url(
"images/seats.jpg");
58                 -moz-background-size: cover;
59                 -webkit-background-size: cover;
60                  background-size:
100% 110vh;
61                 background-position: top center !important;
62                 background-repeat: no-repeat !important;
63                 background-attachment:
fixed;
64             }
65         
66 </style>
67
68
69
70 <body style=
"background-color:powderblue; color: white">
71
72     <?php
73         echo
'<h1 align=middle ><br><b>Welcome '. $_SESSION['u_first'].'!</b></h1><br><br>';
74     ?>
75     <p style=
"background-color: transparent;">
76             <center>
77             <div id=
"myCarousel" class="carousel slide" data-ride="carousel">
78                 
79
80             
81                 <div
class="carousel-inner">
82                     <div
class="item active">
83                         <img src=
"images/gangsp.jpg" alt="Gangs of Wasseypur 2" style="width: 50% height:50%;">
84                         
85                     </div>
86
87                     <div
class="item">
88                         <img src=
"images/neramp.jpg" alt="Neram" style="width: 50%; height: 50%;">
89                         
90                     </div>
91
92                      <div
class="item">
93                         <img src=
"images/dunkirkp.jpg" alt="Dunkirk" style="width: 50%; height:50%;">
94                         
95                     </div>
96                      <div
class="item">
97                         <img src=
"images/newtonp.jpg" alt="Newton" style="width: 50%; height: 50%;">
98                         
99                     </div>
100                      <div
class="item">
101                         <img src=
"images/jlp.png" alt="Justice League" style="width: 50%; height: 50%;">
102                     </div>
103                 </div>
104
105
106               
107                 <a
class="left carousel-control" href="#myCarousel" data-slide="prev">
108                     <span
class="glyphicon glyphicon-chevron-left"></span>
109                     <span
class="sr-only">Previous</span>
110                 </a>
111                 <a
class="right carousel-control" href="#myCarousel" data-slide="next">
112                     <span
class="glyphicon glyphicon-chevron-right"></span>
113                     <span
class="sr-only">Next</span>
114               </a>
115             </div>
116             </center>
117             </p>
118
119     <br><br><br>
120
121     <h2 style=
" text-align: center; font-family:monospace; font-size: 350%; padding-left:0.5cm;"><br><b>The Movies playing this week are:</b></h2>
122
123     <br><br><br>
124
125     <p>
126     <ol>
127         <li> <a style=
" font-family: monospace;" href="gangs.php"><b>Gangs Of Wasseypur</b></a> </li>
128         <li> <a style=
" font-family: monospace;" href="neram.php"><b>Neram</b></a> </li>
129         <li> <a style=
" font-family: monospace;" href="dunkirk.php"><b>Dunkirk</b></a> </li>
130         <li> <a style=
" font-family: monospace;" href="newton.php"><b>Newton</b></a> </li>
131         <li> <a style=
" font-family: monospace;" href="jl.php"><b>Justice league</b></a> </li><br>
132     </ol>
133     </p>
134     
135
136
137
138
139 </body>
140
141 <?php
142     include_once
'footer.php';
143 ?>


Gõ tìm kiếm nhanh...